home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr29 / fm2_227.zip / HPFSOPT.CMD < prev    next >
OS/2 REXX Batch file  |  1994-11-22  |  190b  |  8 lines

  1. @Echo off
  2. rem
  3. rem Recommendations:  hpfsopt -i %1 for idle priority
  4. rem note:  idle is not a good idea if DOS programs are running...
  5. rem
  6. hpfsopt.exe %1
  7. if errorlevel == 1 then pause
  8.